home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-11-20 | 1.3 KB | 27 lines | [ttro/ttxt] |
- Connect Script additions:
- by Joe Husk (joe@indiana.edu) and Ed Moy (moy@parc.xerox.com).
-
- \a"prompt" ask for echoed text, "prompt" defaults to "Username:"
- \A"prompt" ask for echoed text, "prompt" defaults to "Username:"
- \p"prompt" ask for bulleted text, "prompt" defaults to "Password:"
- \P"prompt" ask for bulleted text, "prompt" defaults to "Password:"
-
- Notes:
- • Lowercase '\a' and '\p' prompt during a connection when they are run across with the connect script.
- • Uppercase '\A' and '\P' prompt prior to a connection and/or are preloaded from the authentication area.
- • Only the text entered will be sent. It is up to you to add delays and returns as needed.
-
- Limitations:
- • Only one '\a' and '\p' per line.
- - If more than one of each is found per line then only the first of each requested will be used to prompt.
- - However, the data will be sent each time '\a' or '\p' is run accross.
- • Only one '\A' and '\P' per connect script.
- - If more than one of each is found per line then only the first of each requested will be used to prompt.
- - However, the data will be sent each time '\A' or '\P' is run accross.
-
- Examples:
- • \AWhat's your Username:\r\d\PGimme your Password:\r\d
- • \aUser ID:\r
- \p\r
- • \ASecureID:\r
- \pSecureID Password:\aSecureID Number:\r